1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmQuotation
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim Label5 As System.Windows.Forms.Label
27         Dim Label51 As System.Windows.Forms.Label
28         Dim Label49 As System.Windows.Forms.Label
29         Dim Label6 As System.Windows.Forms.Label
30         Dim Label25 As System.Windows.Forms.Label
31         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
35         Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
36         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
37         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
38         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
39         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
40         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
41         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
42         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
43         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
44         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmQuotation))
45         Me.Panel1 = New System.Windows.Forms.Panel()
46         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
47         Me.txtContactNo = New System.Windows.Forms.TextBox()
48         Me.Label9 = New System.Windows.Forms.Label()
49         Me.Label2 = New System.Windows.Forms.Label()
50         Me.btnSelect = New System.Windows.Forms.Button()
51         Me.Label3 = New System.Windows.Forms.Label()
52         Me.txtCustomerID = New System.Windows.Forms.TextBox()
53         Me.txtCustomerName = New System.Windows.Forms.TextBox()
54         Me.Label8 = New System.Windows.Forms.Label()
55         Me.txtRemarks = New System.Windows.Forms.TextBox()
56         Me.Panel4 = New System.Windows.Forms.Panel()
57         Me.txtGrandTotal = New System.Windows.Forms.TextBox()
58         Me.Label31 = New System.Windows.Forms.Label()
59         Me.DataGridView1 = New System.Windows.Forms.DataGridView()
60         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
70         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
71         Me.GroupBox5 = New System.Windows.Forms.GroupBox()
72         Me.btnListReset = New System.Windows.Forms.Button()
73         Me.btnListUpdate = New System.Windows.Forms.Button()
74         Me.btnRemove = New System.Windows.Forms.Button()
75         Me.btnSelectionInv = New System.Windows.Forms.Button()
76         Me.txtTotalAmount = New System.Windows.Forms.TextBox()
77         Me.Label24 = New System.Windows.Forms.Label()
78         Me.txtQty = New System.Windows.Forms.TextBox()
79         Me.txtProductName = New System.Windows.Forms.TextBox()
80         Me.btnAdd = New System.Windows.Forms.Button()
81         Me.Label23 = New System.Windows.Forms.Label()
82         Me.txtProductCode = New System.Windows.Forms.TextBox()
83         Me.txtDiscountPer = New System.Windows.Forms.TextBox()
84         Me.txtVATAmount = New System.Windows.Forms.TextBox()
85         Me.Label58 = New System.Windows.Forms.Label()
86         Me.Label10 = New System.Windows.Forms.Label()
87         Me.Label56 = New System.Windows.Forms.Label()
88         Me.txtSellingPrice = New System.Windows.Forms.TextBox()
89         Me.txtDiscountAmount = New System.Windows.Forms.TextBox()
90         Me.txtAmount = New System.Windows.Forms.TextBox()
91         Me.txtVAT = New System.Windows.Forms.TextBox()
92         Me.Label11 = New System.Windows.Forms.Label()
93         Me.Label22 = New System.Windows.Forms.Label()
94         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
95         Me.dtpQuotationDate = New System.Windows.Forms.DateTimePicker()
96         Me.txtQuotationNo = New System.Windows.Forms.TextBox()
97         Me.Label4 = New System.Windows.Forms.Label()
98         Me.Panel3 = New System.Windows.Forms.Panel()
99         Me.btnPrint = New System.Windows.Forms.Button()
100         Me.btnGetData = New System.Windows.Forms.Button()
101         Me.btnDelete = New System.Windows.Forms.Button()
102         Me.btnClose = New System.Windows.Forms.Button()
103         Me.btnUpdate = New System.Windows.Forms.Button()
104         Me.btnSave = New System.Windows.Forms.Button()
105         Me.btnNew = New System.Windows.Forms.Button()
106         Me.Panel2 = New System.Windows.Forms.Panel()
107         Me.txtCustomerType = New System.Windows.Forms.TextBox()
108         Me.txtProductID = New System.Windows.Forms.TextBox()
109         Me.txtID = New System.Windows.Forms.TextBox()
110         Me.txtCID = New System.Windows.Forms.TextBox()
111         Me.txtTotalQty = New System.Windows.Forms.TextBox()
112         Me.lblUserType = New System.Windows.Forms.Label()
113         Me.lblSet = New System.Windows.Forms.Label()
114         Me.lblUser = New System.Windows.Forms.Label()
115         Me.Label1 = New System.Windows.Forms.Label()
116         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
117         Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
118         Label5 = New System.Windows.Forms.Label()
119         Label51 = New System.Windows.Forms.Label()
120         Label49 = New System.Windows.Forms.Label()
121         Label6 = New System.Windows.Forms.Label()
122         Label25 = New System.Windows.Forms.Label()
123         Me.Panel1.SuspendLayout()
124         Me.GroupBox3.SuspendLayout()
125         Me.Panel4.SuspendLayout()
126         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
127         Me.GroupBox5.SuspendLayout()
128         Me.GroupBox4.SuspendLayout()
129         Me.Panel3.SuspendLayout()
130         Me.Panel2.SuspendLayout()
131         Me.SuspendLayout()
132         
'
133         
'Label5
134         
'
135         Label5.AutoSize = True
136         Label5.ForeColor = System.Drawing.Color.Black
137         Label5.Location = New System.Drawing.Point(
26, 26)
138         Label5.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
139         Label5.Name =
"Label5"
140         Label5.Size = New System.Drawing.Size(
79, 13)
141         Label5.TabIndex =
268
142         Label5.Text =
"Quotation No. :"
143         
'
144         
'Label51
145         
'
146         Label51.AutoSize = True
147         Label51.ForeColor = System.Drawing.Color.Black
148         Label51.Location = New System.Drawing.Point(
21, 154)
149         Label51.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
150         Label51.Name =
"Label51"
151         Label51.Size = New System.Drawing.Size(
55, 13)
152         Label51.TabIndex =
319
153         Label51.Text =
"Discount :"
154         
'
155         
'Label49
156         
'
157         Label49.AutoSize = True
158         Label49.ForeColor = System.Drawing.Color.Black
159         Label49.Location = New System.Drawing.Point(
22, 128)
160         Label49.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
161         Label49.Name =
"Label49"
162         Label49.Size = New System.Drawing.Size(
49, 13)
163         Label49.TabIndex =
314
164         Label49.Text =
"Amount :"
165         
'
166         
'Label6
167         
'
168         Label6.AutoSize = True
169         Label6.ForeColor = System.Drawing.Color.Black
170         Label6.Location = New System.Drawing.Point(
21, 181)
171         Label6.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
172         Label6.Name =
"Label6"
173         Label6.Size = New System.Drawing.Size(
34, 13)
174         Label6.TabIndex =
312
175         Label6.Text =
"VAT :"
176         
'
177         
'Label25
178         
'
179         Label25.AutoSize = True
180         Label25.ForeColor = System.Drawing.Color.Black
181         Label25.Location = New System.Drawing.Point(
22, 207)
182         Label25.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
183         Label25.Name =
"Label25"
184         Label25.Size = New System.Drawing.Size(
76, 13)
185         Label25.TabIndex =
326
186         Label25.Text =
"Total Amount :"
187         
'
188         
'Panel1
189         
'
190         Me.Panel1.BackColor = System.Drawing.Color.White
191         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
192         Me.Panel1.Controls.Add(Me.GroupBox3)
193         Me.Panel1.Controls.Add(Me.Label8)
194         Me.Panel1.Controls.Add(Me.txtRemarks)
195         Me.Panel1.Controls.Add(Me.Panel4)
196         Me.Panel1.Controls.Add(Me.DataGridView1)
197         Me.Panel1.Controls.Add(Me.GroupBox5)
198         Me.Panel1.Controls.Add(Me.GroupBox4)
199         Me.Panel1.Controls.Add(Me.Panel3)
200         Me.Panel1.Controls.Add(Me.Panel2)
201         Me.Panel1.Location = New System.Drawing.Point(
7, 7)
202         Me.Panel1.Name =
"Panel1"
203         Me.Panel1.Size = New System.Drawing.Size(
1172, 550)
204         Me.Panel1.TabIndex =
2
205         
'
206         
'GroupBox3
207         
'
208         Me.GroupBox3.Controls.Add(Me.txtContactNo)
209         Me.GroupBox3.Controls.Add(Me.Label9)
210         Me.GroupBox3.Controls.Add(Me.Label2)
211         Me.GroupBox3.Controls.Add(Me.btnSelect)
212         Me.GroupBox3.Controls.Add(Me.Label3)
213         Me.GroupBox3.Controls.Add(Me.txtCustomerID)
214         Me.GroupBox3.Controls.Add(Me.txtCustomerName)
215         Me.GroupBox3.Location = New System.Drawing.Point(
9, 158)
216         Me.GroupBox3.Name =
"GroupBox3"
217         Me.GroupBox3.Size = New System.Drawing.Size(
308, 109)
218         Me.GroupBox3.TabIndex =
1
219         Me.GroupBox3.TabStop = False
220         Me.GroupBox3.Text =
"Customer Details"
221         
'
222         
'txtContactNo
223         
'
224         Me.txtContactNo.Location = New System.Drawing.Point(
119, 74)
225         Me.txtContactNo.Name =
"txtContactNo"
226         Me.txtContactNo.Size = New System.Drawing.Size(
143, 20)
227         Me.txtContactNo.TabIndex =
2
228         
'
229         
'Label9
230         
'
231         Me.Label9.AutoSize = True
232         Me.Label9.Location = New System.Drawing.Point(
26, 72)
233         Me.Label9.Name =
"Label9"
234         Me.Label9.Size = New System.Drawing.Size(
70, 13)
235         Me.Label9.TabIndex =
8
236         Me.Label9.Text =
"Contact No. :"
237         
'
238         
'Label2
239         
'
240         Me.Label2.AutoSize = True
241         Me.Label2.Location = New System.Drawing.Point(
26, 48)
242         Me.Label2.Name =
"Label2"
243         Me.Label2.Size = New System.Drawing.Size(
88, 13)
244         Me.Label2.TabIndex =
7
245         Me.Label2.Text =
"Customer Name :"
246         
'
247         
'btnSelect
248         
'
249         Me.btnSelect.Location = New System.Drawing.Point(
195, 21)
250         Me.btnSelect.Name =
"btnSelect"
251         Me.btnSelect.Size = New System.Drawing.Size(
29, 21)
252         Me.btnSelect.TabIndex =
3
253         Me.btnSelect.Text =
"..."
254         Me.btnSelect.UseVisualStyleBackColor = True
255         
'
256         
'Label3
257         
'
258         Me.Label3.AutoSize = True
259         Me.Label3.Location = New System.Drawing.Point(
26, 21)
260         Me.Label3.Name =
"Label3"
261         Me.Label3.Size = New System.Drawing.Size(
71, 13)
262         Me.Label3.TabIndex =
0
263         Me.Label3.Text =
"Customer ID :"
264         
'
265         
'txtCustomerID
266         
'
267         Me.txtCustomerID.BackColor = System.Drawing.SystemColors.Control
268         Me.txtCustomerID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         Me.txtCustomerID.Location = New System.Drawing.Point(
119, 21)
270         Me.txtCustomerID.Name =
"txtCustomerID"
271         Me.txtCustomerID.ReadOnly = True
272         Me.txtCustomerID.Size = New System.Drawing.Size(
70, 21)
273         Me.txtCustomerID.TabIndex =
0
274         
'
275         
'txtCustomerName
276         
'
277         Me.txtCustomerName.Location = New System.Drawing.Point(
119, 48)
278         Me.txtCustomerName.Name =
"txtCustomerName"
279         Me.txtCustomerName.Size = New System.Drawing.Size(
177, 20)
280         Me.txtCustomerName.TabIndex =
1
281         
'
282         
'Label8
283         
'
284         Me.Label8.AutoSize = True
285         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
286         Me.Label8.Location = New System.Drawing.Point(
635, 258)
287         Me.Label8.Name =
"Label8"
288         Me.Label8.Size = New System.Drawing.Size(
55, 13)
289         Me.Label8.TabIndex =
85
290         Me.Label8.Text =
"Remarks :"
291         
'
292         
'txtRemarks
293         
'
294         Me.txtRemarks.BackColor = System.Drawing.Color.White
295         Me.txtRemarks.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
296         Me.txtRemarks.Location = New System.Drawing.Point(
638, 274)
297         Me.txtRemarks.Multiline = True
298         Me.txtRemarks.Name =
"txtRemarks"
299         Me.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both
300         Me.txtRemarks.Size = New System.Drawing.Size(
329, 91)
301         Me.txtRemarks.TabIndex =
6
302         
'
303         
'Panel4
304         
'
305         Me.Panel4.BackColor = System.Drawing.Color.Transparent
306         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
307         Me.Panel4.Controls.Add(Me.txtGrandTotal)
308         Me.Panel4.Controls.Add(Me.Label31)
309         Me.Panel4.Location = New System.Drawing.Point(
456, 308)
310         Me.Panel4.Name =
"Panel4"
311         Me.Panel4.Size = New System.Drawing.Size(
176, 57)
312         Me.Panel4.TabIndex =
5
313         
'
314         
'txtGrandTotal
315         
'
316         Me.txtGrandTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
317         Me.txtGrandTotal.Location = New System.Drawing.Point(
85, 23)
318         Me.txtGrandTotal.Name =
"txtGrandTotal"
319         Me.txtGrandTotal.ReadOnly = True
320         Me.txtGrandTotal.Size = New System.Drawing.Size(
80, 20)
321         Me.txtGrandTotal.TabIndex =
0
322         Me.txtGrandTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
323         
'
324         
'Label31
325         
'
326         Me.Label31.AutoSize = True
327         Me.Label31.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
328         Me.Label31.Location = New System.Drawing.Point(
10, 23)
329         Me.Label31.Name =
"Label31"
330         Me.Label31.Size = New System.Drawing.Size(
69, 13)
331         Me.Label31.TabIndex =
84
332         Me.Label31.Text =
"Grand Total :"
333         
'
334         
'DataGridView1
335         
'
336         Me.DataGridView1.AllowUserToAddRows = False
337         Me.DataGridView1.AllowUserToDeleteRows = False
338         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
339         Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
340         Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
341         Me.DataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
342         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
343         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
344         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
345         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
346         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
347         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
348         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
349         Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
350         Me.DataGridView1.ColumnHeadersHeight =
24
351         Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column12, Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column9, Me.Column10, Me.Column11, Me.Column7})
352         Me.DataGridView1.Cursor = System.Windows.Forms.Cursors.Hand
353         DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
354         DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
355         DataGridViewCellStyle11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
356         DataGridViewCellStyle11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(
64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
357         DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
358         DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
359         DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
360         Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle11
361         Me.DataGridView1.EnableHeadersVisualStyles = False
362         Me.DataGridView1.GridColor = System.Drawing.Color.White
363         Me.DataGridView1.Location = New System.Drawing.Point(
456, 372)
364         Me.DataGridView1.Name =
"DataGridView1"
365         Me.DataGridView1.ReadOnly = True
366         Me.DataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
367         DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
368         DataGridViewCellStyle12.BackColor = System.Drawing.Color.CadetBlue
369         DataGridViewCellStyle12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
370         DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
371         DataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.DarkSlateGray
372         DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
373         DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
374         Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle12
375         Me.DataGridView1.RowHeadersWidth =
25
376         Me.DataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
377         DataGridViewCellStyle13.BackColor = System.Drawing.Color.White
378         DataGridViewCellStyle13.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
379         DataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.DarkSlateGray
380         DataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.White
381         Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle13
382         Me.DataGridView1.RowTemplate.Height =
18
383         Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
384         Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
385         Me.DataGridView1.Size = New System.Drawing.Size(
707, 170)
386         Me.DataGridView1.TabIndex =
10
387         
'
388         
'Column12
389         
'
390         Me.Column12.HeaderText =
"Product Code"
391         Me.Column12.Name =
"Column12"
392         Me.Column12.ReadOnly = True
393         
'
394         
'Column1
395         
'
396         Me.Column1.HeaderText =
"Product Name"
397         Me.Column1.Name =
"Column1"
398         Me.Column1.ReadOnly = True
399         
'
400         
'Column2
401         
'
402         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
403         Me.Column2.DefaultCellStyle = DataGridViewCellStyle3
404         Me.Column2.HeaderText =
"Price"
405         Me.Column2.Name =
"Column2"
406         Me.Column2.ReadOnly = True
407         
'
408         
'Column3
409         
'
410         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
411         Me.Column3.DefaultCellStyle = DataGridViewCellStyle4
412         Me.Column3.HeaderText =
"Quantity"
413         Me.Column3.Name =
"Column3"
414         Me.Column3.ReadOnly = True
415         
'
416         
'Column4
417         
'
418         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
419         Me.Column4.DefaultCellStyle = DataGridViewCellStyle5
420         Me.Column4.HeaderText =
"Amount"
421         Me.Column4.Name =
"Column4"
422         Me.Column4.ReadOnly = True
423         
'
424         
'Column5
425         
'
426         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
427         Me.Column5.DefaultCellStyle = DataGridViewCellStyle6
428         Me.Column5.HeaderText =
"Discount %"
429         Me.Column5.Name =
"Column5"
430         Me.Column5.ReadOnly = True
431         
'
432         
'Column6
433         
'
434         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
435         Me.Column6.DefaultCellStyle = DataGridViewCellStyle7
436         Me.Column6.HeaderText =
"Discount"
437         Me.Column6.Name =
"Column6"
438         Me.Column6.ReadOnly = True
439         
'
440         
'Column9
441         
'
442         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
443         Me.Column9.DefaultCellStyle = DataGridViewCellStyle8
444         Me.Column9.HeaderText =
"VAT %"
445         Me.Column9.Name =
"Column9"
446         Me.Column9.ReadOnly = True
447         
'
448         
'Column10
449         
'
450         DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
451         Me.Column10.DefaultCellStyle = DataGridViewCellStyle9
452         Me.Column10.HeaderText =
"VAT Amt"
453         Me.Column10.Name =
"Column10"
454         Me.Column10.ReadOnly = True
455         
'
456         
'Column11
457         
'
458         DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
459         Me.Column11.DefaultCellStyle = DataGridViewCellStyle10
460         Me.Column11.HeaderText =
"Total Amt."
461         Me.Column11.Name =
"Column11"
462         Me.Column11.ReadOnly = True
463         
'
464         
'Column7
465         
'
466         Me.Column7.HeaderText =
"PID"
467         Me.Column7.Name =
"Column7"
468         Me.Column7.ReadOnly = True
469         Me.Column7.Visible = False
470         
'
471         
'GroupBox5
472         
'
473         Me.GroupBox5.BackColor = System.Drawing.Color.Transparent
474         Me.GroupBox5.Controls.Add(Me.btnListReset)
475         Me.GroupBox5.Controls.Add(Me.btnListUpdate)
476         Me.GroupBox5.Controls.Add(Me.btnRemove)
477         Me.GroupBox5.Controls.Add(Me.btnSelectionInv)
478         Me.GroupBox5.Controls.Add(Label25)
479         Me.GroupBox5.Controls.Add(Me.txtTotalAmount)
480         Me.GroupBox5.Controls.Add(Me.Label24)
481         Me.GroupBox5.Controls.Add(Me.txtQty)
482         Me.GroupBox5.Controls.Add(Me.txtProductName)
483         Me.GroupBox5.Controls.Add(Me.btnAdd)
484         Me.GroupBox5.Controls.Add(Me.Label23)
485         Me.GroupBox5.Controls.Add(Me.txtProductCode)
486         Me.GroupBox5.Controls.Add(Me.txtDiscountPer)
487         Me.GroupBox5.Controls.Add(Label51)
488         Me.GroupBox5.Controls.Add(Me.txtVATAmount)
489         Me.GroupBox5.Controls.Add(Me.Label58)
490         Me.GroupBox5.Controls.Add(Me.Label10)
491         Me.GroupBox5.Controls.Add(Me.Label56)
492         Me.GroupBox5.Controls.Add(Me.txtSellingPrice)
493         Me.GroupBox5.Controls.Add(Me.txtDiscountAmount)
494         Me.GroupBox5.Controls.Add(Me.txtAmount)
495         Me.GroupBox5.Controls.Add(Label49)
496         Me.GroupBox5.Controls.Add(Me.txtVAT)
497         Me.GroupBox5.Controls.Add(Label6)
498         Me.GroupBox5.Controls.Add(Me.Label11)
499         Me.GroupBox5.Controls.Add(Me.Label22)
500         Me.GroupBox5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
501         Me.GroupBox5.Location = New System.Drawing.Point(
9, 274)
502         Me.GroupBox5.Name =
"GroupBox5"
503         Me.GroupBox5.Size = New System.Drawing.Size(
441, 242)
504         Me.GroupBox5.TabIndex =
2
505         Me.GroupBox5.TabStop = False
506         Me.GroupBox5.Text =
"Product Details"
507         
'
508         
'btnListReset
509         
'
510         Me.btnListReset.Cursor = System.Windows.Forms.Cursors.Hand
511         Me.btnListReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
512         Me.btnListReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
513         Me.btnListReset.Location = New System.Drawing.Point(
340, 23)
514         Me.btnListReset.Name =
"btnListReset"
515         Me.btnListReset.Size = New System.Drawing.Size(
90, 19)
516         Me.btnListReset.TabIndex =
11
517         Me.btnListReset.Text =
"Reset"
518         Me.btnListReset.UseVisualStyleBackColor = True
519         
'
520         
'btnListUpdate
521         
'
522         Me.btnListUpdate.Enabled = False
523         Me.btnListUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
524         Me.btnListUpdate.Location = New System.Drawing.Point(
340, 93)
525         Me.btnListUpdate.Name =
"btnListUpdate"
526         Me.btnListUpdate.Size = New System.Drawing.Size(
90, 21)
527         Me.btnListUpdate.TabIndex =
14
528         Me.btnListUpdate.Text =
"Update"
529         Me.btnListUpdate.UseVisualStyleBackColor = True
530         
'
531         
'btnRemove
532         
'
533         Me.btnRemove.Cursor = System.Windows.Forms.Cursors.Hand
534         Me.btnRemove.Enabled = False
535         Me.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Popup
536         Me.btnRemove.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
537         Me.btnRemove.Location = New System.Drawing.Point(
340, 70)
538         Me.btnRemove.Name =
"btnRemove"
539         Me.btnRemove.Size = New System.Drawing.Size(
90, 19)
540         Me.btnRemove.TabIndex =
13
541         Me.btnRemove.Text =
"Remove"
542         Me.btnRemove.UseVisualStyleBackColor = True
543         
'
544         
'btnSelectionInv
545         
'
546         Me.btnSelectionInv.FlatStyle = System.Windows.Forms.FlatStyle.Popup
547         Me.btnSelectionInv.Location = New System.Drawing.Point(
209, 26)
548         Me.btnSelectionInv.Name =
"btnSelectionInv"
549         Me.btnSelectionInv.Size = New System.Drawing.Size(
29, 19)
550         Me.btnSelectionInv.TabIndex =
10
551         Me.btnSelectionInv.Text =
"..."
552         Me.btnSelectionInv.UseVisualStyleBackColor = True
553         
'
554         
'txtTotalAmount
555         
'
556         Me.txtTotalAmount.Location = New System.Drawing.Point(
116, 207)
557         Me.txtTotalAmount.Name =
"txtTotalAmount"
558         Me.txtTotalAmount.ReadOnly = True
559         Me.txtTotalAmount.Size = New System.Drawing.Size(
84, 20)
560         Me.txtTotalAmount.TabIndex =
9
561         Me.txtTotalAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
562         
'
563         
'Label24
564         
'
565         Me.Label24.AutoSize = True
566         Me.Label24.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
567         Me.Label24.Location = New System.Drawing.Point(
22, 103)
568         Me.Label24.Name =
"Label24"
569         Me.Label24.Size = New System.Drawing.Size(
52, 13)
570         Me.Label24.TabIndex =
324
571         Me.Label24.Text =
"Quantity :"
572         
'
573         
'txtQty
574         
'
575         Me.txtQty.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
576         Me.txtQty.Location = New System.Drawing.Point(
116, 103)
577         Me.txtQty.Name =
"txtQty"
578         Me.txtQty.Size = New System.Drawing.Size(
84, 20)
579         Me.txtQty.TabIndex =
3
580         Me.txtQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
581         
'
582         
'txtProductName
583         
'
584         Me.txtProductName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
585         Me.txtProductName.Location = New System.Drawing.Point(
116, 51)
586         Me.txtProductName.Name =
"txtProductName"
587         Me.txtProductName.ReadOnly = True
588         Me.txtProductName.Size = New System.Drawing.Size(
206, 20)
589         Me.txtProductName.TabIndex =
1
590         
'
591         
'btnAdd
592         
'
593         Me.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand
594         Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup
595         Me.btnAdd.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
596         Me.btnAdd.Location = New System.Drawing.Point(
340, 46)
597         Me.btnAdd.Name =
"btnAdd"
598         Me.btnAdd.Size = New System.Drawing.Size(
90, 19)
599         Me.btnAdd.TabIndex =
12
600         Me.btnAdd.Text =
"&Add To Cart"
601         Me.btnAdd.UseVisualStyleBackColor = True
602         
'
603         
'Label23
604         
'
605         Me.Label23.AutoSize = True
606         Me.Label23.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
607         Me.Label23.Location = New System.Drawing.Point(
22, 49)
608         Me.Label23.Name =
"Label23"
609         Me.Label23.Size = New System.Drawing.Size(
81, 13)
610         Me.Label23.TabIndex =
321
611         Me.Label23.Text =
"Product Name :"
612         
'
613         
'txtProductCode
614         
'
615         Me.txtProductCode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
616         Me.txtProductCode.Location = New System.Drawing.Point(
116, 26)
617         Me.txtProductCode.Name =
"txtProductCode"
618         Me.txtProductCode.ReadOnly = True
619         Me.txtProductCode.Size = New System.Drawing.Size(
84, 20)
620         Me.txtProductCode.TabIndex =
0
621         
'
622         
'txtDiscountPer
623         
'
624         Me.txtDiscountPer.Location = New System.Drawing.Point(
116, 154)
625         Me.txtDiscountPer.Name =
"txtDiscountPer"
626         Me.txtDiscountPer.ReadOnly = True
627         Me.txtDiscountPer.Size = New System.Drawing.Size(
84, 20)
628         Me.txtDiscountPer.TabIndex =
5
629         Me.txtDiscountPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
630         
'
631         
'txtVATAmount
632         
'
633         Me.txtVATAmount.Location = New System.Drawing.Point(
238, 182)
634         Me.txtVATAmount.Name =
"txtVATAmount"
635         Me.txtVATAmount.ReadOnly = True
636         Me.txtVATAmount.Size = New System.Drawing.Size(
84, 20)
637         Me.txtVATAmount.TabIndex =
8
638         Me.txtVATAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
639         
'
640         
'Label58
641         
'
642         Me.Label58.AutoSize = True
643         Me.Label58.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
644         Me.Label58.Location = New System.Drawing.Point(
212, 182)
645         Me.Label58.Name =
"Label58"
646         Me.Label58.Size = New System.Drawing.Size(
20, 16)
647         Me.Label58.TabIndex =
317
648         Me.Label58.Text =
"%"
649         
'
650         
'Label10
651         
'
652         Me.Label10.AutoSize = True
653         Me.Label10.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
654         Me.Label10.Location = New System.Drawing.Point(
206, 106)
655         Me.Label10.Name =
"Label10"
656         Me.Label10.Size = New System.Drawing.Size(
26, 13)
657         Me.Label10.TabIndex =
96
658         Me.Label10.Text =
"Unit"
659         
'
660         
'Label56
661         
'
662         Me.Label56.AutoSize = True
663         Me.Label56.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
664         Me.Label56.Location = New System.Drawing.Point(
212, 154)
665         Me.Label56.Name =
"Label56"
666         Me.Label56.Size = New System.Drawing.Size(
20, 16)
667         Me.Label56.TabIndex =
316
668         Me.Label56.Text =
"%"
669         
'
670         
'txtSellingPrice
671         
'
672         Me.txtSellingPrice.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
673         Me.txtSellingPrice.Location = New System.Drawing.Point(
116, 76)
674         Me.txtSellingPrice.Name =
"txtSellingPrice"
675         Me.txtSellingPrice.ReadOnly = True
676         Me.txtSellingPrice.Size = New System.Drawing.Size(
84, 20)
677         Me.txtSellingPrice.TabIndex =
2
678         Me.txtSellingPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
679         
'
680         
'txtDiscountAmount
681         
'
682         Me.txtDiscountAmount.Location = New System.Drawing.Point(
238, 154)
683         Me.txtDiscountAmount.Name =
"txtDiscountAmount"
684         Me.txtDiscountAmount.ReadOnly = True
685         Me.txtDiscountAmount.Size = New System.Drawing.Size(
84, 20)
686         Me.txtDiscountAmount.TabIndex =
6
687         Me.txtDiscountAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
688         
'
689         
'txtAmount
690         
'
691         Me.txtAmount.Location = New System.Drawing.Point(
116, 128)
692         Me.txtAmount.Name =
"txtAmount"
693         Me.txtAmount.ReadOnly = True
694         Me.txtAmount.Size = New System.Drawing.Size(
84, 20)
695         Me.txtAmount.TabIndex =
4
696         Me.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
697         
'
698         
'txtVAT
699         
'
700         Me.txtVAT.Location = New System.Drawing.Point(
116, 181)
701         Me.txtVAT.Name =
"txtVAT"
702         Me.txtVAT.ReadOnly = True
703         Me.txtVAT.Size = New System.Drawing.Size(
84, 20)
704         Me.txtVAT.TabIndex =
7
705         Me.txtVAT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
706         
'
707         
'Label11
708         
'
709         Me.Label11.AutoSize = True
710         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
711         Me.Label11.Location = New System.Drawing.Point(
22, 26)
712         Me.Label11.Name =
"Label11"
713         Me.Label11.Size = New System.Drawing.Size(
78, 13)
714         Me.Label11.TabIndex =
95
715         Me.Label11.Text =
"Product Code :"
716         
'
717         
'Label22
718         
'
719         Me.Label22.AutoSize = True
720         Me.Label22.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
721         Me.Label22.Location = New System.Drawing.Point(
22, 75)
722         Me.Label22.Name =
"Label22"
723         Me.Label22.Size = New System.Drawing.Size(
37, 13)
724         Me.Label22.TabIndex =
76
725         Me.Label22.Text =
"Price :"
726         
'
727         
'GroupBox4
728         
'
729         Me.GroupBox4.Controls.Add(Me.dtpQuotationDate)
730         Me.GroupBox4.Controls.Add(Me.txtQuotationNo)
731         Me.GroupBox4.Controls.Add(Me.Label4)
732         Me.GroupBox4.Controls.Add(Label5)
733         Me.GroupBox4.Location = New System.Drawing.Point(
9, 71)
734         Me.GroupBox4.Name =
"GroupBox4"
735         Me.GroupBox4.Size = New System.Drawing.Size(
246, 81)
736         Me.GroupBox4.TabIndex =
0
737         Me.GroupBox4.TabStop = False
738         Me.GroupBox4.Text =
"Quotation Info"
739         
'
740         
'dtpQuotationDate
741         
'
742         Me.dtpQuotationDate.CustomFormat =
"dd/MM/yyyy"
743         Me.dtpQuotationDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
744         Me.dtpQuotationDate.Location = New System.Drawing.Point(
119, 45)
745         Me.dtpQuotationDate.Margin = New System.Windows.Forms.Padding(
2)
746         Me.dtpQuotationDate.Name =
"dtpQuotationDate"
747         Me.dtpQuotationDate.Size = New System.Drawing.Size(
111, 20)
748         Me.dtpQuotationDate.TabIndex =
1
749         
'
750         
'txtQuotationNo
751         
'
752         Me.txtQuotationNo.Location = New System.Drawing.Point(
119, 19)
753         Me.txtQuotationNo.Name =
"txtQuotationNo"
754         Me.txtQuotationNo.ReadOnly = True
755         Me.txtQuotationNo.Size = New System.Drawing.Size(
111, 20)
756         Me.txtQuotationNo.TabIndex =
0
757         
'
758         
'Label4
759         
'
760         Me.Label4.AutoSize = True
761         Me.Label4.Location = New System.Drawing.Point(
26, 51)
762         Me.Label4.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
763         Me.Label4.Name =
"Label4"
764         Me.Label4.Size = New System.Drawing.Size(
85, 13)
765         Me.Label4.TabIndex =
335
766         Me.Label4.Text =
"Quotation Date :"
767         
'
768         
'Panel3
769         
'
770         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
771         Me.Panel3.Controls.Add(Me.btnPrint)
772         Me.Panel3.Controls.Add(Me.btnGetData)
773         Me.Panel3.Controls.Add(Me.btnDelete)
774         Me.Panel3.Controls.Add(Me.btnClose)
775         Me.Panel3.Controls.Add(Me.btnUpdate)
776         Me.Panel3.Controls.Add(Me.btnSave)
777         Me.Panel3.Controls.Add(Me.btnNew)
778         Me.Panel3.Location = New System.Drawing.Point(
1052, 75)
779         Me.Panel3.Name =
"Panel3"
780         Me.Panel3.Size = New System.Drawing.Size(
111, 236)
781         Me.Panel3.TabIndex =
3
782         
'
783         
'btnPrint
784         
'
785         Me.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand
786         Me.btnPrint.Enabled = False
787         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
788         Me.btnPrint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
789         Me.btnPrint.Location = New System.Drawing.Point(
13, 166)
790         Me.btnPrint.Name =
"btnPrint"
791         Me.btnPrint.Size = New System.Drawing.Size(
82, 28)
792         Me.btnPrint.TabIndex =
6
793         Me.btnPrint.Text =
"&Print"
794         Me.btnPrint.UseVisualStyleBackColor = True
795         
'
796         
'btnGetData
797         
'
798         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
799         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
800         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
801         Me.btnGetData.Location = New System.Drawing.Point(
13, 135)
802         Me.btnGetData.Name =
"btnGetData"
803         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
804         Me.btnGetData.TabIndex =
5
805         Me.btnGetData.Text =
"&Get Data"
806         Me.btnGetData.UseVisualStyleBackColor = True
807         
'
808         
'btnDelete
809         
'
810         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
811         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
812         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
813         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
814         Me.btnDelete.Name =
"btnDelete"
815         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
816         Me.btnDelete.TabIndex =
3
817         Me.btnDelete.Text =
"&Delete"
818         Me.btnDelete.UseVisualStyleBackColor = True
819         
'
820         
'btnClose
821         
'
822         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
823         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
824         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
825         Me.btnClose.Location = New System.Drawing.Point(
13, 198)
826         Me.btnClose.Name =
"btnClose"
827         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
828         Me.btnClose.TabIndex =
4
829         Me.btnClose.Text =
"&Close"
830         Me.btnClose.UseVisualStyleBackColor = True
831         
'
832         
'btnUpdate
833         
'
834         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
835         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
836         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
837         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
838         Me.btnUpdate.Name =
"btnUpdate"
839         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
840         Me.btnUpdate.TabIndex =
2
841         Me.btnUpdate.Text =
"&Update"
842         Me.btnUpdate.UseVisualStyleBackColor = True
843         
'
844         
'btnSave
845         
'
846         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
847         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
848         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
849         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
850         Me.btnSave.Name =
"btnSave"
851         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
852         Me.btnSave.TabIndex =
1
853         Me.btnSave.Text =
"&Save + Print"
854         Me.btnSave.UseVisualStyleBackColor = True
855         
'
856         
'btnNew
857         
'
858         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
859         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
860         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
861         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
862         Me.btnNew.Name =
"btnNew"
863         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
864         Me.btnNew.TabIndex =
0
865         Me.btnNew.Text =
"&New"
866         Me.btnNew.UseVisualStyleBackColor = True
867         
'
868         
'Panel2
869         
'
870         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
871         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
872         Me.Panel2.Controls.Add(Me.txtCustomerType)
873         Me.Panel2.Controls.Add(Me.txtProductID)
874         Me.Panel2.Controls.Add(Me.txtID)
875         Me.Panel2.Controls.Add(Me.txtCID)
876         Me.Panel2.Controls.Add(Me.txtTotalQty)
877         Me.Panel2.Controls.Add(Me.lblUserType)
878         Me.Panel2.Controls.Add(Me.lblSet)
879         Me.Panel2.Controls.Add(Me.lblUser)
880         Me.Panel2.Controls.Add(Me.Label1)
881         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
882         Me.Panel2.Name =
"Panel2"
883         Me.Panel2.Size = New System.Drawing.Size(
1154, 62)
884         Me.Panel2.TabIndex =
0
885         
'
886         
'txtCustomerType
887         
'
888         Me.txtCustomerType.Location = New System.Drawing.Point(
361, 39)
889         Me.txtCustomerType.Name =
"txtCustomerType"
890         Me.txtCustomerType.Size = New System.Drawing.Size(
100, 20)
891         Me.txtCustomerType.TabIndex =
88
892         Me.txtCustomerType.Visible = False
893         
'
894         
'txtProductID
895         
'
896         Me.txtProductID.BackColor = System.Drawing.SystemColors.Control
897         Me.txtProductID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
898         Me.txtProductID.Location = New System.Drawing.Point(
360, 13)
899         Me.txtProductID.Name =
"txtProductID"
900         Me.txtProductID.ReadOnly = True
901         Me.txtProductID.Size = New System.Drawing.Size(
70, 21)
902         Me.txtProductID.TabIndex =
316
903         Me.txtProductID.Visible = False
904         
'
905         
'txtID
906         
'
907         Me.txtID.BackColor = System.Drawing.SystemColors.Control
908         Me.txtID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
909         Me.txtID.Location = New System.Drawing.Point(
285, 40)
910         Me.txtID.Name =
"txtID"
911         Me.txtID.ReadOnly = True
912         Me.txtID.Size = New System.Drawing.Size(
70, 21)
913         Me.txtID.TabIndex =
12
914         Me.txtID.Visible = False
915         
'
916         
'txtCID
917         
'
918         Me.txtCID.BackColor = System.Drawing.SystemColors.Control
919         Me.txtCID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
920         Me.txtCID.Location = New System.Drawing.Point(
285, 13)
921         Me.txtCID.Name =
"txtCID"
922         Me.txtCID.ReadOnly = True
923         Me.txtCID.Size = New System.Drawing.Size(
70, 21)
924         Me.txtCID.TabIndex =
7
925         Me.txtCID.Visible = False
926         
'
927         
'txtTotalQty
928         
'
929         Me.txtTotalQty.BackColor = System.Drawing.SystemColors.Control
930         Me.txtTotalQty.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
931         Me.txtTotalQty.Location = New System.Drawing.Point(
70, 17)
932         Me.txtTotalQty.Name =
"txtTotalQty"
933         Me.txtTotalQty.ReadOnly = True
934         Me.txtTotalQty.Size = New System.Drawing.Size(
70, 21)
935         Me.txtTotalQty.TabIndex =
8
936         Me.txtTotalQty.Visible = False
937         
'
938         
'lblUserType
939         
'
940         Me.lblUserType.AutoSize = True
941         Me.lblUserType.Location = New System.Drawing.Point(
206, 18)
942         Me.lblUserType.Name =
"lblUserType"
943         Me.lblUserType.Size = New System.Drawing.Size(
56, 13)
944         Me.lblUserType.TabIndex =
315
945         Me.lblUserType.Text =
"User Type"
946         Me.lblUserType.Visible = False
947         
'
948         
'lblSet
949         
'
950         Me.lblSet.AutoSize = True
951         Me.lblSet.Location = New System.Drawing.Point(
251, 32)
952         Me.lblSet.Name =
"lblSet"
953         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
954         Me.lblSet.TabIndex =
314
955         Me.lblSet.Text =
"Set"
956         Me.lblSet.Visible = False
957         
'
958         
'lblUser
959         
'
960         Me.lblUser.AutoSize = True
961         Me.lblUser.Location = New System.Drawing.Point(
206, 31)
962         Me.lblUser.Name =
"lblUser"
963         Me.lblUser.Size = New System.Drawing.Size(
29, 13)
964         Me.lblUser.TabIndex =
313
965         Me.lblUser.Text =
"User"
966         Me.lblUser.Visible = False
967         
'
968         
'Label1
969         
'
970         Me.Label1.AutoSize = True
971         Me.Label1.BackColor = System.Drawing.Color.Transparent
972         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
973         Me.Label1.ForeColor = System.Drawing.Color.White
974         Me.Label1.Location = New System.Drawing.Point(
510, 17)
975         Me.Label1.Name =
"Label1"
976         Me.Label1.Size = New System.Drawing.Size(
100, 24)
977         Me.Label1.TabIndex =
0
978         Me.Label1.Text =
"Quotation"
979         
'
980         
'Timer1
981         
'
982         
'
983         
'frmQuotation
984         
'
985         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
986         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
987         Me.BackColor = System.Drawing.Color.DarkSlateGray
988         Me.ClientSize = New System.Drawing.Size(
1186, 563)
989         Me.Controls.Add(Me.Panel1)
990         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
991         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
992         Me.MaximizeBox = False
993         Me.MinimizeBox = False
994         Me.Name =
"frmQuotation"
995         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
996         Me.Panel1.ResumeLayout(False)
997         Me.Panel1.PerformLayout()
998         Me.GroupBox3.ResumeLayout(False)
999         Me.GroupBox3.PerformLayout()
1000         Me.Panel4.ResumeLayout(False)
1001         Me.Panel4.PerformLayout()
1002         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
1003         Me.GroupBox5.ResumeLayout(False)
1004         Me.GroupBox5.PerformLayout()
1005         Me.GroupBox4.ResumeLayout(False)
1006         Me.GroupBox4.PerformLayout()
1007         Me.Panel3.ResumeLayout(False)
1008         Me.Panel2.ResumeLayout(False)
1009         Me.Panel2.PerformLayout()
1010         Me.ResumeLayout(False)
1011
1012     End Sub
1013     Friend WithEvents Panel1 As System.Windows.Forms.Panel
1014     Friend WithEvents Panel3 As System.Windows.Forms.Panel
1015     Friend WithEvents btnDelete As System.Windows.Forms.Button
1016     Friend WithEvents btnClose As System.Windows.Forms.Button
1017     Friend WithEvents btnUpdate As System.Windows.Forms.Button
1018     Friend WithEvents btnSave As System.Windows.Forms.Button
1019     Friend WithEvents btnNew As System.Windows.Forms.Button
1020     Friend WithEvents Panel2 As System.Windows.Forms.Panel
1021     Friend WithEvents Label1 As System.Windows.Forms.Label
1022     Friend WithEvents btnGetData As System.Windows.Forms.Button
1023     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
1024     Friend WithEvents dtpQuotationDate As System.Windows.Forms.DateTimePicker
1025     Friend WithEvents txtQuotationNo As System.Windows.Forms.TextBox
1026     Friend WithEvents Label4 As System.Windows.Forms.Label
1027     Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
1028     Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
1029     Friend WithEvents btnRemove As System.Windows.Forms.Button
1030     Friend WithEvents btnSelectionInv As System.Windows.Forms.Button
1031     Friend WithEvents txtTotalAmount As System.Windows.Forms.TextBox
1032     Friend WithEvents Label24 As System.Windows.Forms.Label
1033     Friend WithEvents txtQty As System.Windows.Forms.TextBox
1034     Friend WithEvents txtProductName As System.Windows.Forms.TextBox
1035     Friend WithEvents btnAdd As System.Windows.Forms.Button
1036     Friend WithEvents Label23 As System.Windows.Forms.Label
1037     Friend WithEvents txtProductCode As System.Windows.Forms.TextBox
1038     Friend WithEvents txtDiscountPer As System.Windows.Forms.TextBox
1039     Friend WithEvents txtVATAmount As System.Windows.Forms.TextBox
1040     Friend WithEvents Label58 As System.Windows.Forms.Label
1041     Friend WithEvents Label10 As System.Windows.Forms.Label
1042     Friend WithEvents Label56 As System.Windows.Forms.Label
1043     Friend WithEvents txtSellingPrice As System.Windows.Forms.TextBox
1044     Friend WithEvents txtDiscountAmount As System.Windows.Forms.TextBox
1045     Friend WithEvents txtAmount As System.Windows.Forms.TextBox
1046     Friend WithEvents txtVAT As System.Windows.Forms.TextBox
1047     Friend WithEvents Label11 As System.Windows.Forms.Label
1048     Friend WithEvents Label22 As System.Windows.Forms.Label
1049     Friend WithEvents lblUserType As System.Windows.Forms.Label
1050     Friend WithEvents lblSet As System.Windows.Forms.Label
1051     Friend WithEvents lblUser As System.Windows.Forms.Label
1052     Friend WithEvents txtCID As System.Windows.Forms.TextBox
1053     Friend WithEvents btnPrint As System.Windows.Forms.Button
1054     Friend WithEvents txtTotalQty As System.Windows.Forms.TextBox
1055     Friend WithEvents Timer1 As System.Windows.Forms.Timer
1056     Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
1057     Friend WithEvents Panel4 As System.Windows.Forms.Panel
1058     Friend WithEvents txtGrandTotal As System.Windows.Forms.TextBox
1059     Friend WithEvents Label31 As System.Windows.Forms.Label
1060     Friend WithEvents txtID As System.Windows.Forms.TextBox
1061     Friend WithEvents txtRemarks As System.Windows.Forms.TextBox
1062     Friend WithEvents Label8 As System.Windows.Forms.Label
1063     Friend WithEvents txtProductID As System.Windows.Forms.TextBox
1064     Friend WithEvents btnListUpdate As System.Windows.Forms.Button
1065     Friend WithEvents btnListReset As System.Windows.Forms.Button
1066     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
1067     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
1068     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
1069     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
1070     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
1071     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
1072     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
1073     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
1074     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
1075     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
1076     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
1077     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
1078     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
1079     Friend WithEvents Label9 As System.Windows.Forms.Label
1080     Friend WithEvents Label2 As System.Windows.Forms.Label
1081     Friend WithEvents btnSelect As System.Windows.Forms.Button
1082     Friend WithEvents Label3 As System.Windows.Forms.Label
1083     Friend WithEvents txtCustomerID As System.Windows.Forms.TextBox
1084     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
1085     Friend WithEvents txtCustomerType As System.Windows.Forms.TextBox
1086
1087 End Class


Gõ tìm kiếm nhanh...